paned: Initialize clip properly
authorMatthias Clasen <mclasen@redhat.com>
Wed, 16 Dec 2015 04:55:23 +0000 (23:55 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 16 Dec 2015 04:56:47 +0000 (23:56 -0500)
commit5db1dad869aef7c1a1d1eba20e63b7871d78e11c
tree777d0187041286197590fbe52f44607be83b0e60
parent42fdfb6af4ac3a689a4ec173a8eb2e80c2681700
paned: Initialize clip properly

This was causing problems in the case when only one of the paned
children is visible - we would use uninitialized memory, leading
to invalide clip regions. Concretely, the signal tab in the inspector
would sometimes not render at all.
gtk/gtkpaned.c